home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00003_Special Chat frame.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  230 b   |  13 lines

  1. on enterFrame
  2.   global gLite1, gLite2
  3.   puppetMan(gLite1, 1)
  4.   set the memberNum of sprite gLite1 to 118
  5.   puppetMan(gLite2, 1)
  6.   set the memberNum of sprite gLite2 to 118
  7.   updateStage()
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame + 1)
  12. end
  13.